/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9xj6mah9bj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9xj6mah9bj] {
    flex: 1;
}

.sidebar[b-9xj6mah9bj] {
    background-color: #00253a;
}

.top-row[b-9xj6mah9bj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9xj6mah9bj]  a, .top-row[b-9xj6mah9bj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-9xj6mah9bj]  a:hover, .top-row[b-9xj6mah9bj]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-9xj6mah9bj]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-9xj6mah9bj] {
        justify-content: space-between;
    }

        .top-row[b-9xj6mah9bj]  a, .top-row[b-9xj6mah9bj]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 900px) {
    .page[b-9xj6mah9bj] {
        flex-direction: row;
    }

    .sidebar[b-9xj6mah9bj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9xj6mah9bj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-9xj6mah9bj]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-9xj6mah9bj], article[b-9xj6mah9bj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k8zhsbsrpe] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k8zhsbsrpe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k8zhsbsrpe] {
    font-size: 1.1rem;
}

.oi[b-k8zhsbsrpe] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.appstore-section[b-k8zhsbsrpe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 1.5rem 0;
}

.appstore-btn[b-k8zhsbsrpe] {
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}

.appstore-btn:hover[b-k8zhsbsrpe] {
    transform: scale(1.05);
}

.appstore-badge[b-k8zhsbsrpe] {
    width: 140px;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin: 0 auto;
}

.nav-item[b-k8zhsbsrpe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k8zhsbsrpe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k8zhsbsrpe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k8zhsbsrpe]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-k8zhsbsrpe]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-k8zhsbsrpe]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 900px) {
    .navbar-toggler[b-k8zhsbsrpe] {
        display: none;
    }

    .collapse[b-k8zhsbsrpe] {
        /*         Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/Selection.razor.rz.scp.css */
/* Styles moved from Selection.razor - scoped to this component */

body[b-vfewranz8a] {
    background-color: grey;
}

.colored-box[b-vfewranz8a] {
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.colored-box h3[b-vfewranz8a] { font-size: 2rem; margin-bottom: 10px; color: #333; }
.colored-box p[b-vfewranz8a] { font-size: 1.2rem; margin-bottom: 20px; color: #666; }
.colored-box .RadzenButton[b-vfewranz8a] { font-size: 1rem; padding: 10px 20px; }

.card-container[b-vfewranz8a] { display:flex; flex-wrap:wrap; justify-content:center; gap:1.5rem; }

.custom-card[b-vfewranz8a] {
    width: 325px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.custom-card:hover[b-vfewranz8a] { transform: translateY(-10px); box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3); }

.custom-card img[b-vfewranz8a] { width:100%; height:100px; object-fit:cover; margin:0; padding:0; }
.custom-card-content[b-vfewranz8a] { padding:10px; text-align:center; }
.custom-card-content h4[b-vfewranz8a] { margin:0; font-size:1.2rem; }
.custom-card-content p[b-vfewranz8a] { margin:5px 0; font-size:1rem; color:#555; }
.custom-card-hours[b-vfewranz8a] { margin-top:5px; font-size:0.9rem; color:#555; }

/* Make the internal link cover the whole card and show focus state */
.custom-card a[b-vfewranz8a] { display:block; height:100%; color:inherit; text-decoration:none; }
.custom-card:focus-within[b-vfewranz8a] { outline: 3px solid rgba(37,99,235,0.18); box-shadow: 0 6px 14px rgba(59,130,246,0.12); transform: translateY(-6px); }

.news-card[b-vfewranz8a] { background:#f0f9ff; border-left:4px solid #2563eb; padding:1rem; border-radius:8px; margin-top:1rem; text-align:left; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.news-title[b-vfewranz8a] { font-size:1.2rem; font-weight:500; color:#2563eb; margin-bottom:0.5rem; }
.news-body[b-vfewranz8a] { font-size:1rem; color:#333; margin-bottom:0.5rem; }

/* Limit news body to 5 lines with ellipsis */
.news-body[b-vfewranz8a] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    max-height: calc(1.2rem * 5);
}

.loading-overlay[b-vfewranz8a] { position: fixed; top:0; left:0; right:0; bottom:0; background: rgba(255,255,255,0.85); z-index:9999; display:flex; align-items:center; justify-content:center; }

@media (max-width:700px) {
    .colored-box[b-vfewranz8a] { width:100% !important; min-width:0 !important; margin-left:0 !important; margin-right:0 !important; padding-left:6px !important; padding-right:6px !important; border-radius:12px !important; }
    .custom-card[b-vfewranz8a] { width: 100%; }
}

/* Skeleton loader styles */
.skeleton[b-vfewranz8a] { position:relative; overflow:hidden; background-color: #f4f4f4; }
.skeleton[b-vfewranz8a]::after { content:''; position:absolute; top:0; left:-150px; height:100%; width:150px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); animation: shimmer-b-vfewranz8a 1.2s infinite; }
@keyframes shimmer-b-vfewranz8a { 0% { transform: translateX(0); } 100% { transform: translateX(300%); } }
.skeleton-line[b-vfewranz8a] { height:12px; background:#e6e6e6; border-radius:6px; margin-bottom:8px; }
.skeleton-line.title[b-vfewranz8a] { height:18px; width:70%; }
.skeleton-line.body[b-vfewranz8a] { height:12px; width:100%; }
.skeleton-line.short[b-vfewranz8a] { width:60%; }
.skeleton-image[b-vfewranz8a] { height:120px; background:#e6e6e6; border-radius:10px 10px 0 0; }
.skeleton-card[b-vfewranz8a] { width:325px; border-radius:10px; overflow:hidden; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,0.06); }
